home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / ihex2bin.1 < prev    next >
Text File  |  1995-07-25  |  1KB  |  19 lines

  1. ihex2bin: convert Intel-hex format data to a binary file.
  2. Usage: ihex2bin [-dhqsv] [-[cou] output-file] [input-file ...]
  3. -o: Overwrite or create output-file.  Output-file is truncated if it exists.
  4. -u: Update or create output-file.  Output-file is not truncated if it exists;
  5.     further records are written into it, possibly overwriting parts of it.
  6. -c: Check whether output-file exists and create it if it does not.
  7.     If it does, an error message is printed and it is not touched.
  8. -d: Print a dot on stderr for every record written.
  9. -q: Quiet operation: no status messages are printed.
  10. -s: Initial lines that do not begin with ':' are skipped without warning.
  11. -h: Print this help information.
  12. -v: Print a brief description of records as they are written.
  13.  
  14. If output-file is not given or is given as '-',
  15. output is written to the standard output.
  16. If records do not start at address 0 or contain any non-contiguous records,
  17. output must be a real file, not a pipe or tty (to allow seeking).
  18. If no input-file is given, input is read from the standard input.
  19.